From: Chaehyun Lim Date: Tue, 15 Sep 2015 05:06:18 +0000 (+0900) Subject: staging: wilc1000: remove useless extern declarations X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~3505^2~1961 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=77c19f3a9c2e49dbec3b6572a926e411c0ec32af;p=linux-4.9.git staging: wilc1000: remove useless extern declarations This patch removes useless extern declarations. This function is not existed in the driver. Signed-off-by: Chaehyun Lim Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 2574c4884c6d..563063ce6ba0 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -1,8 +1,6 @@ #include "host_interface.h" #include "coreconfigurator.h" -extern s32 TransportInit(void); -extern s32 TransportDeInit(void); extern u8 connecting; #ifdef DISABLE_PWRSAVE_AND_SCAN_DURING_IP